home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 18 / Developer Source Volume 18 (I-MODE Publications, Inc.)(2000).iso / delph / may97 / davif103.gif next >
Graphics Interchange Format  |  1998-02-10  |  15KB  |  311x355  |  4-bit (15 colors)
Labels: text | screenshot | font | number | document
OCR: Function Use FileOpen(FileName) Opens file named FileName in Word. CountBookmarks ( ) Returns number of book- marks in current document. BookmarkName$ (Index) Returns name of book- mark referenced by Index. ToolsMacro (MacroName) Executes Word macro named MacroName. FilePrint(NumCopies := x) Prints x copies of the current document. FileClose(x) Closes the current document: 0 - Prompts user to save unsaved document; 1 - Closes and saves current document; 2 - Closes current document without saving it. Figure 3: Selected WordBasic functions.